home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 22 / PC Gamer IT CD 22.iso / DEMOS / DC / FIRST.Z / DPLAYSE < prev    next >
Text File  |  1997-05-15  |  829b  |  31 lines

  1. size 640 480
  2. text            intrface/knob
  3. pictures        intrface/knob
  4. font  0         intrface/mfont
  5. font  1         intrface/mfonto2
  6. background      intrface/tcpwait
  7. font_offset     1   31
  8. % colour 0 is erase, leave at default value
  9. colour  1               64 128 192
  10. colour  2               0 0 0
  11. bright_pushed           8
  12. bright_highlight        4
  13.  
  14.  
  15. %       # desc    x    y   w   h    push  norm  misc   flags
  16.  
  17. list    0 0      10   10 300 400  scroll 1 - bg 2
  18.  
  19. scroll  1 0    320   35   4 350 list 0 - bg 2
  20.  
  21. pushb   2 0     310   10  24  25  -11 13  list 0 -3  - bg 2
  22. pushb   3 0     310  385  24  25  -11 11  list 0 3  - bg 2
  23.  
  24. pushb   4 0    220  420  90  26  -11 2  label_centre 1 0  -  remap 0
  25. pushb   5 0     10  420  90  26  -11 2  label_centre 2 0  -  remap 0
  26.  
  27. textmsg 1 MENU
  28. textmsg 2 OK
  29.  
  30. end
  31.